Defines a rectilinear measure.
The rectilinear measure defines a rectilinear coordinate system. A rectilinear coordinate system is defined as one in which the x and y axes are perpendicular and have units that increment linearly (to the right and up, respectively).

Full documentation

Full documentation

Initializes a new PDFRectilinearMeasure object.

Full documentation

Initializes a new object.
This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Gets the number formats for angles.
The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.

Full documentation

Gets the number formats for area.
The first element in the collection shall specify the conversion to the largest area unit from units represented by the first element in , squared. The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the area function.

Full documentation

Gets the COS measure.

Full documentation

Gets the conversion factor.
It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.

Full documentation

Gets the number formats for distance.
The first element in the collection shall specify the conversion to the largest distance unit from units represented by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the distance function.

Full documentation

Gets the origin of the measurement coordinate system.

Full documentation

Gets the scale ratio.
Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
For example: 1/4 in = 1 ft

Full documentation

Gets the number formats for slopes.
The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in divided by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the slope function.

Full documentation

Gets the number formats for X axis.
The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.

Full documentation

Gets the number formats for Y axis.
The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along the Y axis.

Full documentation

Sets the number formats for angles.
The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.

Full documentation

Sets the number formats for area.
The first element in the collection shall specify the conversion to the largest area unit from units represented by the first element in , squared. The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the area function.

Full documentation

Sets the conversion factor.
It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.

Full documentation

Sets the number formats for distance.
The first element in the collection shall specify the conversion to the largest distance unit from units represented by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the distance function.

Full documentation

Sets the origin of the measurement coordinate system.

Full documentation

Sets the scale ratio.
Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
For example: 1/4 in = 1 ft

Full documentation

Sets the number formats for slopes.
The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in divided by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the slope function.

Full documentation

Sets the number formats for X axis.
The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.

Full documentation

Sets the number formats for Y axis.
The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along the Y axis.

Full documentation